dsh-statusbar:为 DSH Web 提供可配置底部状态栏

dsh-statusbar 是 Small-Miao 开发的 DSH 插件,采用 MIT 许可证。它旨在解决 DSH Web 中会话 Token、轮次、耗时及主机状态信息分散的问题,通过 VSCode 风格的底部状态栏集中展示关键指标。核心功能包括显示会话 Token、LLM 与工具耗时、缓存命中率、实时 TPS、CPU/内存占用及宿主时钟,并允许用户通过设置界面自定义各项显示状态、位置及顺序。该插件每 2 秒轮询接口获取数据,并自动隐藏原有重复状态行。安装需具备 Web Profile,支持通过 GitHub 地址添加并重启生效。此外,插件暴露 `statusbar` Cordis serv

Read More
Use dsh-status-rotator to carousel round status copy for DeepSeek Harness web interface

dsh-status-rotator is a web interface enhancement plugin for DeepSeek Harness maintained by 01Virex (MIT License, JavaScript). It replaces the fixed "Deep diving..." text at the bottom round runtime with custom copy from JSON, which switches in three stages: thinking, running and long. It supports typewriter effect, closable flowing gradient effect and timed rotation, without altering the runtime duration clock. The directory installation command is `dsh plugin add github:01Virex/dsh-status-rotator`, and you can refresh the page after modifying config.json to take effect. The plugin runs with the permissions of the current dsh process. You should check the source code and license before installation.

Read More